https://t.me/RX1948
Server : LiteSpeed
System : Linux host 5.15.0-161-generic #171-Ubuntu SMP Sat Oct 11 08:17:01 UTC 2025 x86_64
User : idnco5810 ( 1093)
PHP Version : 8.2.29
Disable Function : NONE
Directory :  /usr/local/CyberCP/CLManager/templates/CLManager/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : //usr/local/CyberCP/CLManager/templates/CLManager/websiteContainerLimit.html
{% extends "baseTemplate/index.html" %}
{% load i18n %}
{% block title %}{{ domain }}{% trans " usage - CyberPanel" %}{% endblock %}
{% block content %}

    {% load static %}
    {% get_current_language as LANGUAGE_CODE %}
    <!-- Current language: {{ LANGUAGE_CODE }} -->


    <div ng-controller="websiteContainerLimitCL" class="container">

        <div id="page-title">
            <h2 id="domainNamePage">{% trans "Usage" %}</h2>
            <p>{% trans "View CPU, Memory and Disk usage for " %} <span id="domain">{{ domain }}</span></p>
        </div>

        <div class="panel">
            <div class="panel-body">
                <h2 class="title-hero">
                    {% trans "CPU Usage of" %} {{ domain }}
                </h2>
                <div class="example-box-wrapper">
                    <div id="flot-placeholder1" style="width:auto;height:300px"></div>

                </div>
            </div>
            <div class="panel-body">
                <h2 class="title-hero">
                    {% trans "Memory Usage of" %} {{ domain }}
                </h2>
                <div class="example-box-wrapper">
                    <div id="memoryUsage" style="width:auto;height:300px"></div>

                </div>
            </div>
            <div class="panel-body">
                <h2 class="title-hero">
                    {% trans "Disk Usage of" %} {{ domain }}
                </h2>
                <div class="example-box-wrapper">
                    <div id="diskUsage" style="width:auto;height:300px"></div>

                </div>
            </div>
        </div>

    </div>



{% endblock %}

https://t.me/RX1948 - 2025